projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8975a
)
* systty.h [SYSV_PTYS]: #include <sys/types.h>. Francesco
author
Jim Blandy
<jimb@redhat.com>
Fri, 21 May 1993 23:47:10 +0000
(23:47 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 21 May 1993 23:47:10 +0000
(23:47 +0000)
Potorti` <pot@fly.CNUCE.CNR.IT> says it's necessary on his
machine, and it should be harmless.
src/systty.h
patch
|
blob
|
history
diff --git
a/src/systty.h
b/src/systty.h
index 897a3c28e93f6927e8c0892622fa76ac9305ad64..99c906ed3a3a8a1f608a2f60e437abf2bfdebaf0 100644
(file)
--- a/
src/systty.h
+++ b/
src/systty.h
@@
-108,6
+108,7
@@
static struct sensemode {
#endif /* AIX */
#ifdef SYSV_PTYS
+#include <sys/types.h>
#include <sys/tty.h>
#ifdef titan
#include <sys/ttyhw.h>